-
Notifications
You must be signed in to change notification settings - Fork 125
Split existing CSS styles into multiple scss partials #3920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@srawlins Any thoughts on this PR? Once this lands I'll start taking advantage of sass features and making some style fixes. |
Hey @parlough sorry for the delay! I'm doing some other stuff until Thursday, so I should be able to give this a review, and manual testing, on Thursday! |
It's funny because I think we really don't use too many styles; hard to check visually but everything looks fine to me. I launched the Dart SDK docs ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the organization so much ❤️ .
After reading the code I realized that I hadn't looked at search or mobile / responsive UI. Both looks great!
Merge with main and re-upload? |
This PR doesn't change the styles at all or start to take advantage of sass features for the styles themselves. It just splits the existing styles into multiple scss partials and includes them in the root
web/styles/styles.scss
file. This will help keep related styles together, as was already attempted with inline comments before some parts of the original file.